home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / barrel_oil_destroyed.tik < prev    next >
Encoding:
Text File  |  2002-10-29  |  755 b   |  47 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.02
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         cache models/fx/metal_section.tik
  14.     }
  15. }
  16.  
  17. animations
  18. {
  19.     aaaa dummy2.skc // hack to allow the idle anim's entry commands to run
  20.     idle dummy2.skc
  21.     {
  22.         client
  23.         {
  24.             enter originspawn
  25.             (
  26.             model models/fx/metal_section.tik
  27.             count 15
  28.             color 1.00 1.00 1.00
  29.             collision
  30.             bouncefactor 0.30
  31.             scale 0.40
  32.             life 3.00
  33.             velocity 600.00
  34.             accel 0.00 0.00 -200.00
  35.             offsetalongaxis range 20 -80 range 20 -60 range 20 -50
  36.             angles crandom -32 crandom -32 crandom -32
  37.             avelocity range 20 400 range 230 1800 range 303 1000
  38.             scalemin 0.10
  39.             scalemax 0.40
  40.             alignstretch 0.02
  41.             randomroll
  42.             sphere
  43.             )
  44.         }
  45.     }
  46. }
  47.